home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / share / vim / vim60 / keymap / README.txt < prev    next >
Encoding:
Text File  |  2002-06-19  |  955 b   |  27 lines

  1. keymap files for Vim
  2.  
  3. One of these files is loaded when the 'keymap' option is set.
  4.  
  5. The name of the file consists of these parts:
  6.  
  7.     {language}[-{layout}][_{encoding}].vim
  8.  
  9. {language}    Name of the language (e.g., "hebrew", "greek")
  10.  
  11. {layout}    Optional: name of the keyboard layout (e.g., "spanish",
  12.         "russian3").  When omitted the layout of the standard
  13.         US-english keyboard is assumed.
  14.  
  15. {encoding}    Optional: character encoding for which this keymap works.
  16.         When omitted the "normal" encoding for the language is
  17.         assumed.
  18.         Use the value the 'encoding' option: lower case only, use '-'
  19.         instead of '_'.
  20.  
  21. Each file starts with a header, naming the maintainer and the date when it was
  22. last changed.  If you find a problem in a keymap file, check if you have the
  23. most recent version.  If necessary, report a problem to the maintainer.
  24.  
  25. The format of the keymap lines below "loadkeymap" is explained in the Vim help
  26. files, see ":help keymap-file-format".
  27.